From 0599bc30f6eb8f90b22bdb133d620a75405c3534 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 5 Apr 2010 15:47:43 +0000 Subject: [PATCH] More MSVC fixes. --- msvc/GPSBabel.vcproj | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/msvc/GPSBabel.vcproj b/msvc/GPSBabel.vcproj index 9f4e1e579..f37f0f245 100644 --- a/msvc/GPSBabel.vcproj +++ b/msvc/GPSBabel.vcproj @@ -145,7 +145,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="expat;." - PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;__WIN32__;_DEBUG;_CONSOLE;" + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;__WIN32__;_DEBUG;_CONSOLE;HAVE_CONFIG_H" BasicRuntimeChecks="3" RuntimeLibrary="1" UsePrecompiledHeader="0" @@ -155,10 +155,11 @@ ProgramDataBaseFileName=".\Debug/" BrowseInformation="1" WarningLevel="3" - WarnAsError="true" + WarnAsError="false" SuppressStartupBanner="true" DebugInformationFormat="3" CompileAs="0" + ErrorReporting="1" /> - - @@ -1822,15 +1821,15 @@ > + + -- 2.30.2